PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioItem Class / setFolder Method
The folder that this portfolio item belongs to.
In This Topic
    setFolder Method
    In This Topic
    Sets the folder.
    The portfolio item will be displayed in the root of the portfolio if it does not belong to a folder.
    Syntax
    public void setFolder( 
       PDFPortfolioFolder value
    )

    Parameters

    value
    The folder that this portfolio item belongs to.
    See Also